runtime.timers.len (field)
8 uses
runtime (current package)
proc.go#L7382: if pp.timers.len.Load() == 0 {
time.go#L141: len atomic.Uint32
time.go#L194: ts.len.Store(uint32(len(ts.heap)))
time.go#L851: src.len.Store(0)
time.go#L852: ts.len.Store(uint32(len(ts.heap)))
time.go#L1030: force := ts == &getg().m.p.ptr().timers && int(zombies) > int(ts.len.Load())/4
time.go#L1056: force = ts == &getg().m.p.ptr().timers && int(ts.zombies.Load()) > int(ts.len.Load())/4
time.go#L1288: if n := int(ts.len.Load()); len(ts.heap) != n {
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |